projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec7dc7e
)
Mention antlr-mode.
author
Eli Zaretskii
<eliz@gnu.org>
Thu, 12 Jul 2001 07:18:18 +0000
(07:18 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Thu, 12 Jul 2001 07:18:18 +0000
(07:18 +0000)
etc/NEWS
patch
|
blob
|
history
diff --git
a/etc/NEWS
b/etc/NEWS
index a25516cfdc37ce403228356e0cac8e4808da324d..b0f00befba67a4ae35aa5c3e7a507e8ff47f68f4 100644
(file)
--- a/
etc/NEWS
+++ b/
etc/NEWS
@@
-2179,6
+2179,10
@@
facilities for Emacs, similar to what zsh and tcsh offer. The main
difference is that completion functions are written in Lisp, meaning
they can be profiled, debugged, etc.
+*** antlr-mode is a new major mode for editing ANTLR grammar files.
+It is automatically turned on for files whose names have the extension
+`.g'.
+
+++
** Refill minor mode provides preliminary support for keeping
paragraphs filled as you modify them.